home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / adaptor.zip / ADAPT.ZIP / adaptor / examples / dalib / timing / readme < prev    next >
Text File  |  1993-03-23  |  637b  |  24 lines

  1. TEST OF CORRECTNESS
  2. ===================
  3.  
  4. These programs are all needed to test the correct translation and the
  5. correct execution of the parallelized program.
  6.  
  7. bench.f
  8. =======
  9.  
  10.    Circular Shifting through nodes
  11.  
  12.    -----    -----    -----    -----    -----    -----    ----
  13.    |   |    |   |    |   |    |   |    |   |    |   |    |   |
  14.    |   | -> |   | -> |   | -> |   | -> |   | -> |   | -> |   |
  15.    |   |    |   |    |   |    |   |    |   |    |   |    |   |
  16.    -----    -----    -----    -----    -----    -----    ----
  17.  
  18.    data (size,nodes)     size bytes are shifted
  19.    
  20.    transfers: number of circles
  21.  
  22.    O.K. message is given
  23.  
  24.